home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / Paint.NET 2.5 / PaintDotNet_2_5.exe / PaintDotNet.msi / _36043E3F22ACAD6B244CE6A6BF6E92C5 < prev    next >
Text File  |  2005-11-23  |  10KB  |  279 lines

  1. <html>
  2.  
  3. <!-- #BeginTemplate "pdn_help.dwt" -->
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7. <!-- #BeginEditable "title" -->
  8. <title>Paint.NET Help - Unattended Installation</title>
  9. <!-- #EndEditable -->
  10. <link rel="stylesheet" type="text/css" href="../stylesheet.css">
  11. </head>
  12.  
  13. <body>
  14.  
  15. <div id="banner">
  16.     <img border="0" src="../images/logo.png" width="229" height="73" align="left"><p><b><br>
  17.      </b></p>
  18. </div>
  19. <div id="leftnav">
  20.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  21.         <li><a href="index.html">Overview</a><br>
  22.         </li>
  23.         <li><a href="Features.html">Features</a><br>
  24.         </li>
  25.     </ul>
  26.     <h3>User Interface</h3>
  27.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  28.         <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
  29.         <li><a href="MainWindow.html">Main Window</a></li>
  30.         <li><a href="MenuBar.html">Menu Bar</a>
  31.         <ul class="toc">
  32.             <li><a href="File.html">File</a></li>
  33.             <li><a href="Edit.html">Edit</a></li>
  34.             <li><a href="View.html">View</a></li>
  35.             <li><a href="Image.html">Image</a></li>
  36.             <li><a href="Layers.html">Layers</a>
  37.             <ul class="toc">
  38.                 <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
  39.                 <li><a href="Adjustments.html">Adjustments</a>
  40.                 <ul class="toc">
  41.                     <li><a href="Levels.html">Levels</a></li>
  42.                 </ul></li>
  43.             </ul></li>
  44.             <li><a href="Effects.html">Effects</a></li>
  45.             <li><a href="Tools.html">Tools</a></li>
  46.             <li><a href="Window.html">Window</a></li>
  47.             <li><a href="Help.html">Help</a></li>
  48.             <li><a href="Toolbar.html">Toolbar</a></li>
  49.         </ul>
  50.         </li>
  51.         <li><a href="ToolsWindow.html">Tools Window</a><ul class="toc">
  52.             <li><a href="SelectionTools.html">Selection Tools</a></li>
  53.             <li><a href="MoveTools.html">Move Tools</a><br>
  54.             <a href="MagicWand.html">Magic Wand</a><br>
  55.             <a href="Paintbrush.html">Paintbrush</a></li>
  56.             <li><a href="EraserTool.html">Eraser Tool</a></li>
  57.             <li><a href="PixelTools.html">Pixel Tools</a></li>
  58.             <li><a href="ShapeTools.html">Shape Tools</a></li>
  59.             <li><a href="LineCurve.html">Line / Curve Tool</a></li>
  60.             <li><a href="TextTool.html">Text Tool</a></li>
  61.             <li><a href="PaintBucket.html">Paint Bucket</a></li>
  62.             <li><a href="CloneStamp.html">Clone Stamp</a></li>
  63.             <li><a href="RecolorTool.html">Recolor Tool</a></li>
  64.         </ul>
  65.         </li>
  66.         <li><a href="HistoryWindow.html">History Window</a></li>
  67.         <li><a href="LayersWindow.html">Layers Window</a></li>
  68.         <li><a href="ColorsWindow.html">Colors Window</a></li>
  69.         <li><a href="StatusBar.html">Status Bar</a></li>
  70.     </ul>
  71.     </li>
  72.     <h3>Other</h3>
  73.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  74.         <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
  75.         <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
  76.         <li><a href="SystemRequirements.html">System Requirements</a></li>
  77.         <li><a href="WebLinks.html">Web Links</a></li>
  78.         <li><a href="License.html">License</a></li>
  79.     </ul>
  80. </div>
  81. <div id="content">
  82.     <!-- #BeginEditable "content" -->
  83.  
  84.  
  85.     <div id="content0">
  86.         <h2>Unattended Installation</h2>
  87.         <p>Paint.NET supports
  88.         <a target="_top" href="http://en.wikipedia.org/wiki/Unattended_installation">
  89.         unattended installation</a> which enables you to install Paint.NET with 
  90.         no user interaction. This is primarily useful for deploying Paint.NET to 
  91.         many users on a network, or slipstreaming it so that it is automatically 
  92.         installed during Windows setup.</p>
  93.         <p>This article is focused on the command-line automation provided by the 
  94.         Paint.NET installer and will not discuss the details of
  95.         <a target="_top" href="http://en.wikipedia.org/wiki/Group_policy">Group 
  96.         Policy</a> or
  97.         <a target="_top" href="http://en.wikipedia.org/wiki/Slipstream_(computing)">
  98.         slipstreaming</a>. The latter, however, has been made popular by software 
  99.         such as <a target="_top" href="http://www.autopatcher.com/">AutoPatcher</a> 
  100.         which you may read about at its
  101.         <a target="_top" href="http://www.neowin.net/forum/index.php?showforum=89">
  102.         official forum</a>.</p>
  103.         <p>Previous versions of Paint.NET were distributed as MSI files which were 
  104.         configured using standard
  105.         <a target="_top" href="http://en.wikipedia.org/wiki/Microsoft_Installer">
  106.         Windows Installer</a> options. Newer versions, however, are distributed 
  107.         as EXE files due to more intricate requirements related to configuration, 
  108.         localization, and updating.<br>
  109.         </p>
  110.         <h3>Command-Line Syntax</h3>
  111.         <p>The setup package supports the following command-line syntax, where PaintDotNet_2_5.exe 
  112.         is the setup package downloaded from our
  113.         <a target="_top" href="http://www.eecs.wsu.edu/paint.net">website</a>:</p>
  114.         <p class="fixed">    PaintDotNet_2_5.exe [/skipConfig | /auto] 
  115.         [PROPERTY=VALUE ...]</p>
  116.         <p>Description of options:<br>
  117.         </p>
  118.         <table border="1" width="80%" cellspacing="0">
  119.             <tr>
  120.                 <td width="20%" class="fixed">
  121.                 <p>/skipConfig</p>
  122.                 </td>
  123.                 <td height="28" width="552">
  124.                 <p>Skips configuration of options and install directory. Uses MSI 
  125.                 properties in the following order of precedence: 1. supplied on 
  126.                 command-line, 2. read from HKLM\Software\Paint.NET, 3. default values. 
  127.                 This is the command used by Paint.NET when it installs an update.</p>
  128.                 </td>
  129.             </tr>
  130.             <tr>
  131.                 <td width="20%" class="fixed">
  132.                 <p>/auto</p>
  133.                 </td>
  134.                 <td height="33" width="552">
  135.                 <p>Like /skipConfig, but does not show the final wizard page that 
  136.                 details the result of installation. This option provides a completely 
  137.                 automated install that requires no user interaction to start or 
  138.                 finish the installation.</p>
  139.                 </td>
  140.             </tr>
  141.             <tr>
  142.                 <td width="20%" class="fixed">
  143.                 <p>PROPERTY=VALUE</p>
  144.                 </td>
  145.                 <td height="33" width="552">
  146.                 <p>Sets an MSI property named PROPERTY to equal VALUE. You may specify 
  147.                 multiple property values. See below for a list of properties.</p>
  148.                 </td>
  149.             </tr>
  150.         </table>
  151.         <p> </p>
  152.         <p>For a default, unattended installation it is sufficient to use the /auto 
  153.         command-line. Further customization is possible by changing the values of 
  154.         the MSI properties, where "1" is used for enabling a behavior or action, 
  155.         and "0" is used for disabling it:<br>
  156.         </p>
  157.         <table border="1" width="80%" cellspacing="0" id="table1">
  158.             <tr>
  159.                 <td width="15%"> </td>
  160.                 <th height="28" width="272" align="center">
  161.                 <p>Default Value</p>
  162.                 </th>
  163.                 <td height="28" width="853"> </td>
  164.             </tr>
  165.             <tr>
  166.                 <td width="15%" class="fixed">
  167.                 <p>TARGETDIR</p>
  168.                 </td>
  169.                 <td height="28" width="272" align="center" class="fixed">
  170.                 <p>%PROGRAMFILES%\Paint.NET</p>
  171.                 </td>
  172.                 <td height="28" width="853">
  173.                 <p>Specifies the directory to install Paint.NET to. %PROGRAMFILES% 
  174.                 usually expands to C:\Program Files, or C:\Program Files (x86) on 
  175.                 64-bit editions of Windows.</p>
  176.                 </a></td>
  177.             </tr>
  178.             <tr>
  179.                 <td width="15%" class="fixed">
  180.                 <p>CHECKFORUPDATES</p>
  181.                 </td>
  182.                 <td height="33" width="272" align="center" class="fixed">
  183.                 <p>1</p>
  184.                 </td>
  185.                 <td height="33" width="853">
  186.                 <p>Enables (1) or disables (0) automatic update checking.</p>
  187.                 </td>
  188.             </tr>
  189.             <tr>
  190.                 <td width="15%" class="fixed">
  191.                 <p>CHECKFORBETAS</p>
  192.                 </td>
  193.                 <td height="33" width="272" align="center" class="fixed">
  194.                 <p>0</p>
  195.                 </td>
  196.                 <td height="33" width="853">
  197.                 <p>When checking for updates, also check for pre-release ("beta") 
  198.                 versions.</p>
  199.                 </td>
  200.             </tr>
  201.             <tr>
  202.                 <td width="15%" class="fixed">
  203.                 <p>JPGPNGBMPEDITOR</p>
  204.                 </td>
  205.                 <td height="33" width="272" align="center" class="fixed">
  206.                 <p>1</p>
  207.                 </td>
  208.                 <td height="33" width="853">
  209.                 <p>Register as the default editor for JPG, PNG, and BMP image types. 
  210.                 Note that this registers Paint.NET for the "Edit" verb, which does 
  211.                 not change the default double-click behavior in Windows.</p>
  212.                 </td>
  213.             </tr>
  214.             <tr>
  215.                 <td width="15%" class="fixed">
  216.                 <p>TGAEDITOR</p>
  217.                 </td>
  218.                 <td height="33" width="272" align="center" class="fixed">
  219.                 <p>1</p>
  220.                 </td>
  221.                 <td height="33" width="853">
  222.                 <p>Register as the default editor for TGA image types.</p>
  223.                 </td>
  224.             </tr>
  225.             <tr>
  226.                 <td width="15%" class="fixed">
  227.                 <p>DESKTOPSHORTCUT</p>
  228.                 </td>
  229.                 <td height="33" width="272" align="center" class="fixed">
  230.                 <p>1</p>
  231.                 </td>
  232.                 <td height="33" width="853">
  233.                 <p>Create a shortcut on the desktop.</p>
  234.                 </td>
  235.             </tr>
  236.         </table>
  237.         <h3><br>
  238.         Examples</h3>
  239.         <p></p>
  240.         <p>To install Paint.NET with the default options, to the default installation 
  241.         directory:</p>
  242.         <blockquote>
  243.             <p class="fixed">PaintDotNet_2_5.exe /auto</p>
  244.         </blockquote>
  245.         <p>To install Paint.NET to a directory called D:\PDN25, and not create a 
  246.         desktop shortcut:</p>
  247.         <blockquote>
  248.             <p></p>
  249.             <p class="fixed">PaintDotNet_2_5.exe /auto TARGETDIR=D:\PDN25 DESKTOPSHORTCUT=0</p>
  250.         </blockquote>
  251.         <p></p>
  252.         <p>To install Paint.NET to a directory called E:\Image Apps\Paint.NET, and 
  253.         to check for betas during update checking. Note that the entire TARGETDIR parameter must be enclosed in quotations 
  254.         when the target directory contains one or more space!</p>
  255.         <p></p>
  256.         <p></p>
  257.         <blockquote>
  258.             <p class="fixed">PaintDotNet_2_5.exe /auto "TARGETDIR=E:\Image Apps\Paint.NET" 
  259.             CHECKFORBETAS=1</p>
  260.         </blockquote>
  261.     </div>
  262.     <!-- #EndEditable -->
  263.     <h4><br>
  264.     <br>
  265.     </h4>
  266.     <p align="center">
  267.     <font color="#808080" size="1">Copyright <font face="Times New Roman">⌐ 2005 </font>Rick Brewster, Chris Crosetto, Tom 
  268.     Jackson, Michael Kelsey, Brandon Ortiz, Craig Taylor, Chris Trevino, and Luke Walker. Portions Copyright
  269.     <font face="Times New Roman">⌐ 2005 </font>Microsoft Corporation. All Rights Reserved.</font><font size="1"> <br>
  270.     </font>
  271. </div>
  272. </b>
  273.  
  274. </body>
  275.  
  276. <!-- #EndTemplate -->
  277.  
  278. </html>
  279.